home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / templates / download-item-description < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  1.0 KB  |  27 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.       xmlns:t="http://www.participatorypolitics.org/"
  5.       xmlns:i18n="http://www.participatoryculture.org/i18n"
  6.       eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
  7. <head>
  8.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />        
  9. </head>
  10. <body>
  11.     <div class="main-video-desc noselect">
  12.         <h1 t:replace="this.getTitle()" class="noselect"/>
  13.         <div class="main-video-desc-desc noselect">
  14.             <span t:replaceMarkup="this.getDescription()" />
  15.         </div>
  16.         <div class="main-video-bottom">
  17.                 <div class="channel-title">
  18.                         <span t:replace="this.getChannelTitle()" />
  19.                 </div>
  20.                 <div class="donate-html noselect">
  21.                     <span t:replaceMarkup="this.getPaymentHTML()" />
  22.                 </div>
  23.         </div>
  24.     </div>
  25. </body>
  26. </html>
  27.